LocationServiceNotEnabledError

This error tells the client application that the location service is not turned on which is required by BlueDot Service

Constructors

Link copied to clipboard
constructor(isFatal: Boolean)
constructor(error: String, isFatal: Boolean)

Properties

Link copied to clipboard
open val isFatal: Boolean
Link copied to clipboard
open val reason: String

Inherited properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun getErrorCode(): Int
Returns error code
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Inherited functions

Link copied to clipboard
abstract fun getReason(): String

Provides human readable error reason

Link copied to clipboard
abstract fun isFatal(): Boolean

Indicates if error is fatal and service is stopped